home *** CD-ROM | disk | FTP | other *** search
- Date: March, 1. 1995
-
-
-
- LogicBBS v1.0 BETA
- <----------------->
- LITE VERSION
-
- Copyright 1995 ParCon Software
-
-
- System/node/door/library/AIM-XIM support programmed by Michael Pendec
- Filechecker/Arexxdoor support programmed by Nicholas Clarke
- All Testing was done by friends. Ideas supplied by various people.
-
-
- Read "HowToOrder.doc", if you want to get the FINAL version.
- -----------------------------------------------------------------------------
-
-
- TRACE FILE PATTERNS AND EXPLANATION
- -----------------------------------------------------------------------------
- Almost all text menu files and scripts are traced, being located, using
- different search patterns. Textfiles mentioned in other chapters, are
- given a priority after its name, to simplify the explaining.
- You can see the different types of priorities the system uses, when
- it wants to display a text, and tries to load it.
-
- ie.
- We want to load the login.txt, and this file got pri.1, so
- what the system does is:
- load"BBS:NODE1/login.TXT"? if not found, then
- load"BBS:DEF_BBSTEXT/login.TXT"?
- or returns a fail loading txt!
-
-
-
- PRIORITY 1: BBS:NODEx/{filename}.TXT
- BBS:DEF_BBSTEXT/{filename}.TXT
-
-
- PRIORITY 2: BBS:CONFS/{conference}/{filename}[.TXT]
- BBS:NODEx/{filename}[.TXT]
- BBS:DEF_BBSTEXT/{filename}[.TXT]
-
-
- PRIORITY 3: BBS:CONFS/{conference}/{filename}[acc][.TXT]
- BBS:NODEx/{filename}[acc][.TXT]
- BBS:DEF_BBSTEXT/{filename}[acc][.TXT]
-
-
- PRIORITY 4: BBS:NODEx/BULL/{filename}[acc][.TXT]
- BBS:BULL/{filename}[acc][.TXT]
-
-